home *** CD-ROM | disk | FTP | other *** search
/ Mastering Computers 3 / Mastering Computers Vol 3.iso / Drivers / Printer drivers / HP / HPCLIP.EXE / HPCLIP < prev   
Encoding:
Text File  |  1990-07-16  |  284 b   |  12 lines

  1. all : hpclip.exe
  2.  
  3. hpclip.obj: hpclip.c hpclip.h
  4.   cl -c -AS -Gsw -Od -W2 -Zipe hpclip.c
  5.  
  6. hpclip.res: hpclip.rc hpclip.h
  7.     rc -r hpclip.rc
  8.  
  9. hpclip.exe: hpclip.obj hpclip.res  hpclip.def
  10.      link /NOD /al:16 /CO hpclip,,,slibcew.lib libw.lib,hpclip.def
  11.      rc hpclip.res
  12.